home *** CD-ROM | disk | FTP | other *** search
/ National Security Press Kit / National Security Press Kit.iso / mac / Acrobat Reader 5 / Acrobat Reader 5.0 / Acrobat Reader 5.0.rsrc / EXVW_10043_admWebFoldersOpen < prev    next >
Text File  |  2001-09-24  |  400b  |  17 lines

  1. dialog(name: '$$$/Dialogs/WebFolders', target_id: 'hurl')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_left)
  6.         {
  7.             view(align_children: align_top)
  8.             {
  9.                 static_text(item_id: 'loct', name: '$$$/Dialogs/WebFolders/Location');
  10.                 edit_text(item_id: 'hurl', width: max_char_width() * 32);
  11.             }
  12.             list_box(item_id: 'flst', alignment: align_fill, height: gEditTextHeight * 10);
  13.         }
  14.         ok_cancel();
  15.     }
  16. }
  17.